Skip to content

fix(evals): include content-part text in ResponsesSampler transcripts; chore: ignore .venv #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Danztee
Copy link

@Danztee Danztee commented Aug 8, 2025

What?

  • Update gpt_oss/evals/responses_sampler.py to append c.text from output.content so actual_queried_message_list includes all assistant text, not just output.text.
  • Add .venv/ to .gitignore.

Why?

  • The Responses API can return assistant output as content items. Previously, these were skipped (stale comment claimed they’d be handled later), leading to incomplete eval transcripts and potentially misleading metrics.
  • .venv/ should not be committed.

Danztee added 2 commits August 8, 2025 08:40
Ensure actual_queried_message_list includes c.text from output.content for faithful eval transcripts.
@Danztee
Copy link
Author

Danztee commented Aug 8, 2025

@dkundel-openai please review this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant